home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3drmwto.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_MAINWINDOWDROPTOOL_H = 1;
- include("real/widget/r3drdwto.js")
-
-
- var R3CLID_MAINWINDOWDROPTOOL = 1242;
-
-
-
-
- // Description: registers a class that should be notified when saving the main window
- // p1: Integer, class id of the save window class
- // p2: Integer, savecallback method to use when notifying the save window class about saving the main
- // window
- // p3: Integer, closecallback method to use when notifying the save window class about closing down *
- // The callback method in p2 will be called * R3SendClassMsgA2(classid, savecallback, parent, file); * The
- // callback method in p3 will be called * R3SendClassMsgA(classid, closecallback, parent);
-
- R3MAINWDTCM_REGISTERSAVEWIND = 1242000;
-
- function mR3MAINWDTCM_REGISTERSAVEWIND(p1, p2, p3) {
- DoA3(this.r3obj, 1242000, p1, R3TID_INTEGER, 0, p2, R3TID_INTEGER, 0, p3, R3TID_INTEGER, 0);
- }
-
-
-
-
-
-
- function r3Mainwindowdroptool () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_MAINWINDOWDROPTOOL, arguments);
- }
- // Methods
- this.REGISTERSAVEWIND=mR3MAINWDTCM_REGISTERSAVEWIND;
-
- // Attributes
- }
-
- r3Mainwindowdroptool.prototype=new r3Droptargetwindowdroptool;
- // r3drmwto.h_H